iOS SDK Extensions
-
Declaration
Swift
class SPTSession : NSObject, NSSecureCoding
-
Declaration
Swift
enum SPTRepeatMode : UInt
-
Declaration
Swift
class SPTAudioStreamingController : NSObject
-
A type that can be streamed with the Spotify Audio Playback framework.
Types that conform to this protocol implement a convenience method that calls the shared
See moreSPTAudioStreamingController
instance’splay(_:)
method, beginning playback of the item that performed the method,Declaration
Swift
public protocol Playable
-
A type that can be added to the streaming queue with the Spotify Audio Playback framework.
Types that conform to this protocol implement a convenience method that calls the shared
See moreSPTAudioStreamingController
instance’squeue
method, adding the item that performed the method to the streaming controller’s playback queue.Declaration
Swift
public protocol Queueable